home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- cursor(4)
- set the mouseDownScript to EMPTY
- set the timeoutScript to "go to frame 10"
- set the timeoutLength to 2 * 60
- puppetSound(0)
- set the volume of sound 1 to 200
- end
-
- on mselmovie
- global movieselect
- if movieselect = 0 then
- set movieselect to 1
- go(45, "Yasai.dxr")
- else
- if movieselect = 1 then
- set movieselect to 2
- go(2, "Closet.dxr")
- else
- if movieselect = 2 then
- set movieselect to 3
- go(1, "Danro.dxr")
- else
- set movieselect to 0
- go(1, "K_Rdoor.dxr")
- end if
- end if
- end if
- end
-